home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Star Festival... a Return to Japan
/
Star Festival... a Return to Japan.iso
/
pc
/
STARFESTIVAL
/
04d.dir
/
00026.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-27
|
337 b
|
17 lines
on exitFrame
global gCursorReady, gMagCursor
gCursorReady = 1
gMagCursor = "magCursor"
if rollOver(5) then
set the visible of sprite 8 to 1
else
set the visible of sprite 8 to 0
end if
if rollOver(6) then
set the visible of sprite 9 to 1
else
set the visible of sprite 9 to 0
end if
go(the frame)
end